BACK TO LIST

Syntax:

VA1.Platinum_Word

Details :

The Engine String  produced by VoiceAction of the currently uttered word. is matched with those available in the Language  File in path. If a match with the direct string or with the string compare protocol is found then it collects a sequence of the title (word or words) and its font setting and percentage of match.The best percentage achiever is the Platinum_Word_Best

Example :

Private Sub Timer()

LabelFinalResult.Caption = VA1.Platinum_Word

End Sub

BACK TO LIST